|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| int | main (void) |
| void | USCI_A0_ISR (void) |
Variables | |
| uint8_t | TXData = 0 |
| uint8_t | RXData = 0 |
| int main | ( | void | ) |
Definition at line 62 of file eusci_a_spi_ex1_3WireMaster.c.
References GPIO_setOutputLowOnPin(), and TXData.
| void USCI_A0_ISR | ( | void | ) |
Definition at line 109 of file eusci_a_spi_ex1_3WireMaster.c.
References GPIO_setOutputHighOnPin(), RXData, and TXData.
| uint8_t RXData = 0 |
Definition at line 60 of file eusci_a_spi_ex1_3WireMaster.c.
Referenced by USCI_A0_ISR().
| uint8_t TXData = 0 |
Definition at line 59 of file eusci_a_spi_ex1_3WireMaster.c.
Referenced by main(), and USCI_A0_ISR().